home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / htdocs / index.php < prev   
PHP Script  |  2005-12-05  |  272b  |  12 lines

  1. <?php
  2.     if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
  3.         $uri = 'https://';
  4.     } else {
  5.         $uri = 'http://';
  6.     }
  7.     $uri .= $_SERVER['HTTP_HOST'];
  8.     header('Location: '.$uri.'/xampp/');
  9.     exit;
  10. ?>
  11. Something is wrong with the XAMPP Lite installation :-(
  12.